projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04eec0e
)
Unicsv: read "lng" as longitude.
author
robertl
<robertl>
Fri, 8 Feb 2008 19:09:21 +0000
(19:09 +0000)
committer
robertl
<robertl>
Fri, 8 Feb 2008 19:09:21 +0000
(19:09 +0000)
unicsv.c
patch
|
blob
|
history
diff --git
a/unicsv.c
b/unicsv.c
index d741e08bd69903e6fcbbd3a0a7a49d400ccf658a..f3f77f0d1d8b772f425c3ec9a43be25dd5711685 100644
(file)
--- a/
unicsv.c
+++ b/
unicsv.c
@@
-132,6
+132,7
@@
static field_t fields_def[] = {
{ "symb", fld_symbol, STR_ANY },
{ "lat", fld_latitude, STR_ANY },
{ "lon", fld_longitude, STR_ANY },
+ { "lng", fld_longitude, STR_ANY },
{ "x", fld_longitude, STR_EQUAL },
{ "y", fld_latitude, STR_EQUAL },
{ "z", fld_altitude, STR_EQUAL },